Gets or sets the width of the picker in pixels. The default width is 58px.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1PickerViewClient (in C1PickerViewClient.dll)

Syntax

JavaScript
function get_width();
function set_width(value);

Field Value

Return Value

A Unit that represents the width of the picker. The default width is 58px.

See Also